home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / ps40sdk / examples / selection / selectorama / selectorama40.mak < prev    next >
Encoding:
Text File  |  1996-10-17  |  19.5 KB  |  599 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=Selectorama40 - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to Selectorama40 - Win32\
  9.  Debug.
  10. !ENDIF 
  11.  
  12. !IF "$(CFG)" != "Selectorama40 - Win32 Release" && "$(CFG)" !=\
  13.  "Selectorama40 - Win32 Debug"
  14. !MESSAGE Invalid configuration "$(CFG)" specified.
  15. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  16. !MESSAGE by defining the macro CFG on the command line.  For example:
  17. !MESSAGE 
  18. !MESSAGE NMAKE /f "Selectorama40.mak" CFG="Selectorama40 - Win32 Debug"
  19. !MESSAGE 
  20. !MESSAGE Possible choices for configuration are:
  21. !MESSAGE 
  22. !MESSAGE "Selectorama40 - Win32 Release" (based on\
  23.  "Win32 (x86) Dynamic-Link Library")
  24. !MESSAGE "Selectorama40 - Win32 Debug" (based on\
  25.  "Win32 (x86) Dynamic-Link Library")
  26. !MESSAGE 
  27. !ERROR An invalid configuration is specified.
  28. !ENDIF 
  29.  
  30. !IF "$(OS)" == "Windows_NT"
  31. NULL=
  32. !ELSE 
  33. NULL=nul
  34. !ENDIF 
  35. ################################################################################
  36. # Begin Project
  37. # PROP Target_Last_Scanned "Selectorama40 - Win32 Debug"
  38. RSC=rc.exe
  39. MTL=mktyplib.exe
  40. CPP=cl.exe
  41.  
  42. !IF  "$(CFG)" == "Selectorama40 - Win32 Release"
  43.  
  44. # PROP BASE Use_MFC 0
  45. # PROP BASE Use_Debug_Libraries 0
  46. # PROP BASE Output_Dir "Release"
  47. # PROP BASE Intermediate_Dir "Release"
  48. # PROP BASE Target_Dir ""
  49. # PROP Use_MFC 0
  50. # PROP Use_Debug_Libraries 0
  51. # PROP Output_Dir "Release"
  52. # PROP Intermediate_Dir "temp"
  53. # PROP Target_Dir ""
  54. OUTDIR=.\Release
  55. INTDIR=.\temp
  56.  
  57. ALL : "..\..\..\..\Photoshop\Plugins\Selectorama.8bs" ".\temp\Selectorama.tmp"\
  58.  ".\temp\Selectorama.pipl"
  59.  
  60. CLEAN : 
  61.     -@erase "$(INTDIR)\PIUtilities.obj"
  62.     -@erase "$(INTDIR)\Selectorama.obj"
  63.     -@erase "$(INTDIR)\Selectorama.pipl"
  64.     -@erase "$(INTDIR)\Selectorama.res"
  65.     -@erase "$(INTDIR)\Selectorama.tmp"
  66.     -@erase "$(INTDIR)\SelectoramaScripting.obj"
  67.     -@erase "$(INTDIR)\SelectoramaUIWin.obj"
  68.     -@erase "$(INTDIR)\WinDialogUtils.obj"
  69.     -@erase "$(INTDIR)\WinUtilities.obj"
  70.     -@erase "$(OUTDIR)\Selectorama.exp"
  71.     -@erase "$(OUTDIR)\Selectorama.lib"
  72.     -@erase "..\..\..\..\Photoshop\Plugins\Selectorama.8bs"
  73.     -@erase "..\..\..\..\Photoshop\Plugins\Selectorama.ilk"
  74.  
  75. "$(OUTDIR)" :
  76.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  77.  
  78. "$(INTDIR)" :
  79.     if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
  80.  
  81. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  82. # ADD CPP /nologo /G5 /MT /W3 /GX /O2 /I "Common" /I "..\..\Common\Headers.h" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D MSWindows=1 /c
  83. # SUBTRACT CPP /Fr /YX
  84. CPP_PROJ=/nologo /G5 /MT /W3 /GX /O2 /I "Common" /I "..\..\Common\Headers.h" /D\
  85.  "NDEBUG" /D "WIN32" /D "_WINDOWS" /D MSWindows=1 /Fo"$(INTDIR)/" /c 
  86. CPP_OBJS=.\temp/
  87. CPP_SBRS=.\.
  88. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  89. # ADD MTL /nologo /D "NDEBUG" /win32
  90. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  91. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  92. # ADD RSC /l 0x409 /i "Common" /i "..\..\Common\Rez-files.r" /d "NDEBUG" /d MSWindows=1
  93. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Selectorama.res" /i "Common" /i\
  94.  "..\..\Common\Rez-files.r" /d "NDEBUG" /d MSWindows=1 
  95. BSC32=bscmake.exe
  96. # ADD BASE BSC32 /nologo
  97. # ADD BSC32 /nologo /o"Release\Selectorama.bsc"
  98. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Selectorama.bsc" 
  99. BSC32_SBRS= \
  100.     
  101. LINK32=link.exe
  102. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  103. # ADD LINK32 user32.lib kernel32.lib msvcrt.lib /nologo /entry:"DLLInit@12" /subsystem:windows /dll /incremental:yes /machine:I386 /nodefaultlib:"libcmtd.lib libc.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib" /out:"..\..\..\..\Photoshop\Plugins\Selectorama.8bs"
  104. # SUBTRACT LINK32 /pdb:none /map /nodefaultlib
  105. LINK32_FLAGS=user32.lib kernel32.lib msvcrt.lib /nologo /entry:"DLLInit@12"\
  106.  /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)/Selectorama.pdb"\
  107.  /machine:I386\
  108.  /nodefaultlib:"libcmtd.lib libc.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib"\
  109.  /def:".\Selectorama.def" /out:"..\..\..\..\Photoshop\Plugins\Selectorama.8bs"\
  110.  /implib:"$(OUTDIR)/Selectorama.lib" 
  111. DEF_FILE= \
  112.     ".\Selectorama.def"
  113. LINK32_OBJS= \
  114.     "$(INTDIR)\PIUtilities.obj" \
  115.     "$(INTDIR)\Selectorama.obj" \
  116.     "$(INTDIR)\Selectorama.res" \
  117.     "$(INTDIR)\SelectoramaScripting.obj" \
  118.     "$(INTDIR)\SelectoramaUIWin.obj" \
  119.     "$(INTDIR)\WinDialogUtils.obj" \
  120.     "$(INTDIR)\WinUtilities.obj"
  121.  
  122. "..\..\..\..\Photoshop\Plugins\Selectorama.8bs" : "$(OUTDIR)" $(DEF_FILE)\
  123.  $(LINK32_OBJS)
  124.     $(LINK32) @<<
  125.   $(LINK32_FLAGS) $(LINK32_OBJS)
  126. <<
  127.  
  128. !ELSEIF  "$(CFG)" == "Selectorama40 - Win32 Debug"
  129.  
  130. # PROP BASE Use_MFC 0
  131. # PROP BASE Use_Debug_Libraries 1
  132. # PROP BASE Output_Dir "Debug"
  133. # PROP BASE Intermediate_Dir "Debug"
  134. # PROP BASE Target_Dir ""
  135. # PROP Use_MFC 0
  136. # PROP Use_Debug_Libraries 1
  137. # PROP Output_Dir "Debug"
  138. # PROP Intermediate_Dir "temp"
  139. # PROP Target_Dir ""
  140. OUTDIR=.\Debug
  141. INTDIR=.\temp
  142.  
  143. ALL : "..\..\..\..\Photoshop\Plugins\Selectorama.8bs" ".\temp\Selectorama.tmp"\
  144.  ".\temp\Selectorama.pipl"
  145.  
  146. CLEAN : 
  147.     -@erase "$(INTDIR)\PIUtilities.obj"
  148.     -@erase "$(INTDIR)\Selectorama.obj"
  149.     -@erase "$(INTDIR)\Selectorama.pipl"
  150.     -@erase "$(INTDIR)\Selectorama.res"
  151.     -@erase "$(INTDIR)\Selectorama.tmp"
  152.     -@erase "$(INTDIR)\SelectoramaScripting.obj"
  153.     -@erase "$(INTDIR)\SelectoramaUIWin.obj"
  154.     -@erase "$(INTDIR)\vc40.idb"
  155.     -@erase "$(INTDIR)\vc40.pdb"
  156.     -@erase "$(INTDIR)\WinDialogUtils.obj"
  157.     -@erase "$(INTDIR)\WinUtilities.obj"
  158.     -@erase "$(OUTDIR)\Selectorama.exp"
  159.     -@erase "$(OUTDIR)\Selectorama.lib"
  160.     -@erase "$(OUTDIR)\Selectorama.pdb"
  161.     -@erase "..\..\..\..\Photoshop\Plugins\Selectorama.8bs"
  162.     -@erase "..\..\..\..\Photoshop\Plugins\Selectorama.ilk"
  163.  
  164. "$(OUTDIR)" :
  165.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  166.  
  167. "$(INTDIR)" :
  168.     if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
  169.  
  170. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  171. # ADD CPP /nologo /G5 /MTd /W3 /Gm /GX /Zi /Od /I "Common" /I "..\..\Common\Headers.h" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D MSWindows=1 /c
  172. # SUBTRACT CPP /Fr /YX
  173. CPP_PROJ=/nologo /G5 /MTd /W3 /Gm /GX /Zi /Od /I "Common" /I\
  174.  "..\..\Common\Headers.h" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D MSWindows=1\
  175.  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  176. CPP_OBJS=.\temp/
  177. CPP_SBRS=.\.
  178. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  179. # ADD MTL /nologo /D "_DEBUG" /win32
  180. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  181. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  182. # ADD RSC /l 0x409 /i "Common" /i "..\..\Common\Rez-files.r" /d "_DEBUG" /d MSWindows=1
  183. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Selectorama.res" /i "Common" /i\
  184.  "..\..\Common\Rez-files.r" /d "_DEBUG" /d MSWindows=1 
  185. BSC32=bscmake.exe
  186. # ADD BASE BSC32 /nologo
  187. # ADD BSC32 /nologo /o"Debug\Selectorama.bsc"
  188. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Selectorama.bsc" 
  189. BSC32_SBRS= \
  190.     
  191. LINK32=link.exe
  192. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
  193. # ADD LINK32 user32.lib kernel32.lib msvcrt.lib /nologo /entry:"DLLInit@12" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libcmtd.lib libc.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib" /out:"..\..\..\..\Photoshop\Plugins\Selectorama.8bs"
  194. # SUBTRACT LINK32 /pdb:none /incremental:no /map /nodefaultlib
  195. LINK32_FLAGS=user32.lib kernel32.lib msvcrt.lib /nologo /entry:"DLLInit@12"\
  196.  /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)/Selectorama.pdb"\
  197.  /debug /machine:I386\
  198.  /nodefaultlib:"libcmtd.lib libc.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib"\
  199.  /def:".\Selectorama.def" /out:"..\..\..\..\Photoshop\Plugins\Selectorama.8bs"\
  200.  /implib:"$(OUTDIR)/Selectorama.lib" 
  201. DEF_FILE= \
  202.     ".\Selectorama.def"
  203. LINK32_OBJS= \
  204.     "$(INTDIR)\PIUtilities.obj" \
  205.     "$(INTDIR)\Selectorama.obj" \
  206.     "$(INTDIR)\Selectorama.res" \
  207.     "$(INTDIR)\SelectoramaScripting.obj" \
  208.     "$(INTDIR)\SelectoramaUIWin.obj" \
  209.     "$(INTDIR)\WinDialogUtils.obj" \
  210.     "$(INTDIR)\WinUtilities.obj"
  211.  
  212. "..\..\..\..\Photoshop\Plugins\Selectorama.8bs" : "$(OUTDIR)" $(DEF_FILE)\
  213.  $(LINK32_OBJS)
  214.     $(LINK32) @<<
  215.   $(LINK32_FLAGS) $(LINK32_OBJS)
  216. <<
  217.  
  218. !ENDIF 
  219.  
  220. .c{$(CPP_OBJS)}.obj:
  221.    $(CPP) $(CPP_PROJ) $<  
  222.  
  223. .cpp{$(CPP_OBJS)}.obj:
  224.    $(CPP) $(CPP_PROJ) $<  
  225.  
  226. .cxx{$(CPP_OBJS)}.obj:
  227.    $(CPP) $(CPP_PROJ) $<  
  228.  
  229. .c{$(CPP_SBRS)}.sbr:
  230.    $(CPP) $(CPP_PROJ) $<  
  231.  
  232. .cpp{$(CPP_SBRS)}.sbr:
  233.    $(CPP) $(CPP_PROJ) $<  
  234.  
  235. .cxx{$(CPP_SBRS)}.sbr:
  236.    $(CPP) $(CPP_PROJ) $<  
  237.  
  238. ################################################################################
  239. # Begin Target
  240.  
  241. # Name "Selectorama40 - Win32 Release"
  242. # Name "Selectorama40 - Win32 Debug"
  243.  
  244. !IF  "$(CFG)" == "Selectorama40 - Win32 Release"
  245.  
  246. !ELSEIF  "$(CFG)" == "Selectorama40 - Win32 Debug"
  247.  
  248. !ENDIF 
  249.  
  250. ################################################################################
  251. # Begin Source File
  252.  
  253. SOURCE=.\Selectorama.rc
  254. DEP_RSC_SELEC=\
  255.     ".\Selectorama.pipl"\
  256.     
  257.  
  258. !IF  "$(CFG)" == "Selectorama40 - Win32 Release"
  259.  
  260. # ADD BASE RSC /l 0x409
  261. # ADD RSC /l 0x409
  262.  
  263. "$(INTDIR)\Selectorama.res" : $(SOURCE) $(DEP_RSC_SELEC) "$(INTDIR)"
  264.    $(RSC) /l 0x409 /fo"$(INTDIR)/Selectorama.res" /i "Common" /i\
  265.  "..\..\Common\Rez-files.r" /d "NDEBUG" /d MSWindows=1 $(SOURCE)
  266.  
  267.  
  268. !ELSEIF  "$(CFG)" == "Selectorama40 - Win32 Debug"
  269.  
  270. # ADD BASE RSC /l 0x409
  271. # ADD RSC /l 0x409
  272.  
  273. "$(INTDIR)\Selectorama.res" : $(SOURCE) $(DEP_RSC_SELEC) "$(INTDIR)"
  274.    $(RSC) /l 0x409 /fo"$(INTDIR)/Selectorama.res" /i "Common" /i\
  275.  "..\..\Common\Rez-files.r" /d "_DEBUG" /d MSWindows=1 $(SOURCE)
  276.  
  277.  
  278. !ENDIF 
  279.  
  280. # End Source File
  281. ################################################################################
  282. # Begin Source File
  283.  
  284. SOURCE=.\SelectoramaUIWin.c
  285.  
  286. !IF  "$(CFG)" == "Selectorama40 - Win32 Release"
  287.  
  288. DEP_CPP_SELECT=\
  289.     "..\..\Common\Headers.h\DialogUtilities.h"\
  290.     "..\..\Common\Headers.h\PIAbout.h"\
  291.     "..\..\Common\Headers.h\PIActions.h"\
  292.     "..\..\Common\Headers.h\PIGeneral.h"\
  293.     "..\..\Common\Headers.h\PISelection.h"\
  294.     "..\..\Common\Headers.h\PITypes.h"\
  295.     "..\..\Common\Headers.h\PIUtilities.h"\
  296.     "..\..\Common\Headers.h\WinDialogUtils.h"\
  297.     "..\..\Common\Headers.h\WinUtilities.h"\
  298.     ".\Common\Selectorama.h"\
  299.     
  300. NODEP_CPP_SELECT=\
  301.     "..\..\Common\Headers.h\AERegistry.h"\
  302.     "..\..\Common\Headers.h\AEUserTermTypes.r"\
  303.     "..\..\Common\Headers.h\AppleEvents.r"\
  304.     "..\..\Common\Headers.h\Types.r"\
  305.     
  306. # SUBTRACT CPP /YX /Yc
  307.  
  308. "$(INTDIR)\SelectoramaUIWin.obj" : $(SOURCE) $(DEP_CPP_SELECT) "$(INTDIR)"
  309.    $(CPP) /nologo /G5 /MT /W3 /GX /O2 /I "Common" /I "..\..\Common\Headers.h"\
  310.  /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D MSWindows=1 /Fo"$(INTDIR)/" /c\
  311.  $(SOURCE)
  312.  
  313.  
  314. !ELSEIF  "$(CFG)" == "Selectorama40 - Win32 Debug"
  315.  
  316. DEP_CPP_SELECT=\
  317.     "..\..\Common\Headers.h\DialogUtilities.h"\
  318.     "..\..\Common\Headers.h\PIAbout.h"\
  319.     "..\..\Common\Headers.h\PIActions.h"\
  320.     "..\..\Common\Headers.h\PIGeneral.h"\
  321.     "..\..\Common\Headers.h\PISelection.h"\
  322.     "..\..\Common\Headers.h\PITypes.h"\
  323.     "..\..\Common\Headers.h\PIUtilities.h"\
  324.     "..\..\Common\Headers.h\WinDialogUtils.h"\
  325.     "..\..\Common\Headers.h\WinUtilities.h"\
  326.     ".\Common\Selectorama.h"\
  327.     
  328. NODEP_CPP_SELECT=\
  329.     "..\..\Common\Headers.h\AERegistry.h"\
  330.     "..\..\Common\Headers.h\AEUserTermTypes.r"\
  331.     "..\..\Common\Headers.h\AppleEvents.r"\
  332.     "..\..\Common\Headers.h\Types.r"\
  333.     
  334. # SUBTRACT CPP /YX /Yc
  335.  
  336. "$(INTDIR)\SelectoramaUIWin.obj" : $(SOURCE) $(DEP_CPP_SELECT) "$(INTDIR)"
  337.    $(CPP) /nologo /G5 /MTd /W3 /Gm /GX /Zi /Od /I "Common" /I\
  338.  "..\..\Common\Headers.h" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D MSWindows=1\
  339.  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE)
  340.  
  341.  
  342. !ENDIF 
  343.  
  344. # End Source File
  345. ################################################################################
  346. # Begin Source File
  347.  
  348. SOURCE=.\Common\SelectoramaScripting.c
  349.  
  350. !IF  "$(CFG)" == "Selectorama40 - Win32 Release"
  351.  
  352. DEP_CPP_SELECTO=\
  353.     "..\..\Common\Headers.h\DialogUtilities.h"\
  354.     "..\..\Common\Headers.h\PIAbout.h"\
  355.     "..\..\Common\Headers.h\PIActions.h"\
  356.     "..\..\Common\Headers.h\PIGeneral.h"\
  357.     "..\..\Common\Headers.h\PISelection.h"\
  358.     "..\..\Common\Headers.h\PITypes.h"\
  359.     "..\..\Common\Headers.h\PIUtilities.h"\
  360.     "..\..\Common\Headers.h\WinDialogUtils.h"\
  361.     "..\..\Common\Headers.h\WinUtilities.h"\
  362.     ".\Common\Selectorama.h"\
  363.     
  364. NODEP_CPP_SELECTO=\
  365.     "..\..\Common\Headers.h\AERegistry.h"\
  366.     "..\..\Common\Headers.h\AEUserTermTypes.r"\
  367.     "..\..\Common\Headers.h\AppleEvents.r"\
  368.     "..\..\Common\Headers.h\Types.r"\
  369.     
  370. # SUBTRACT CPP /YX /Yc
  371.  
  372. "$(INTDIR)\SelectoramaScripting.obj" : $(SOURCE) $(DEP_CPP_SELECTO) "$(INTDIR)"
  373.    $(CPP) /nologo /G5 /MT /W3 /GX /O2 /I "Common" /I "..\..\Common\Headers.h"\
  374.  /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D MSWindows=1 /Fo"$(INTDIR)/" /c\
  375.  $(SOURCE)
  376.  
  377.  
  378. !ELSEIF  "$(CFG)" == "Selectorama40 - Win32 Debug"
  379.  
  380. DEP_CPP_SELECTO=\
  381.     "..\..\Common\Headers.h\DialogUtilities.h"\
  382.     "..\..\Common\Headers.h\PIAbout.h"\
  383.     "..\..\Common\Headers.h\PIActions.h"\
  384.     "..\..\Common\Headers.h\PIGeneral.h"\
  385.     "..\..\Common\Headers.h\PISelection.h"\
  386.     "..\..\Common\Headers.h\PITypes.h"\
  387.     "..\..\Common\Headers.h\PIUtilities.h"\
  388.     "..\..\Common\Headers.h\WinDialogUtils.h"\
  389.     "..\..\Common\Headers.h\WinUtilities.h"\
  390.     ".\Common\Selectorama.h"\
  391.     
  392. NODEP_CPP_SELECTO=\
  393.     "..\..\Common\Headers.h\AERegistry.h"\
  394.     "..\..\Common\Headers.h\AEUserTermTypes.r"\
  395.     "..\..\Common\Headers.h\AppleEvents.r"\
  396.     "..\..\Common\Headers.h\Types.r"\
  397.     
  398. # SUBTRACT CPP /YX /Yc /Yu
  399.  
  400. "$(INTDIR)\SelectoramaScripting.obj" : $(SOURCE) $(DEP_CPP_SELECTO) "$(INTDIR)"
  401.    $(CPP) /nologo /G5 /MTd /W3 /Gm /GX /Zi /Od /I "Common" /I\
  402.  "..\..\Common\Headers.h" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D MSWindows=1\
  403.  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE)
  404.  
  405.  
  406. !ENDIF 
  407.  
  408. # End Source File
  409. ################################################################################
  410. # Begin Source File
  411.  
  412. SOURCE=.\Common\Selectorama.r
  413.  
  414. !IF  "$(CFG)" == "Selectorama40 - Win32 Release"
  415.  
  416. # Begin Custom Build - Compiling PiPL resource...
  417. IntDir=.\temp
  418. InputPath=.\Common\Selectorama.r
  419. InputName=Selectorama
  420.  
  421. BuildCmds= \
  422.     cl /I..\..\Common\Headers.h /I..\..\Common\Rez-files.r /EP /DMSWindows=1\
  423.                  /Tc$(InputPath) > $(IntDir)\$(InputName).tmp \
  424.     ..\..\Resources\cnvtpipl $(IntDir)\$(InputName).tmp\
  425.                                 $(IntDir)\$(InputName).pipl \
  426.     
  427.  
  428. "$(IntDir)\$(InputName).tmp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  429.    $(BuildCmds)
  430.  
  431. "$(IntDir)\$(InputName).pipl" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  432.    $(BuildCmds)
  433. # End Custom Build
  434.  
  435. !ELSEIF  "$(CFG)" == "Selectorama40 - Win32 Debug"
  436.  
  437. # PROP Exclude_From_Build 0
  438. # Begin Custom Build - Compiling PiPL resource...
  439. IntDir=.\temp
  440. InputPath=.\Common\Selectorama.r
  441. InputName=Selectorama
  442.  
  443. BuildCmds= \
  444.     cl /I..\..\Common\Headers.h /I..\..\Common\Rez-files.r /EP /DMSWindows=1\
  445.                  /Tc$(InputPath) > $(IntDir)\$(InputName).tmp \
  446.     ..\..\Resources\cnvtpipl $(IntDir)\$(InputName).tmp\
  447.                                 $(IntDir)\$(InputName).pipl \
  448.     
  449.  
  450. "$(IntDir)\$(InputName).tmp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  451.    $(BuildCmds)
  452.  
  453. "$(IntDir)\$(InputName).pipl" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  454.    $(BuildCmds)
  455. # End Custom Build
  456.  
  457. !ENDIF 
  458.  
  459. # End Source File
  460. ################################################################################
  461. # Begin Source File
  462.  
  463. SOURCE=.\Common\Selectorama.c
  464. DEP_CPP_SELECTOR=\
  465.     "..\..\Common\Headers.h\DialogUtilities.h"\
  466.     "..\..\Common\Headers.h\PIAbout.h"\
  467.     "..\..\Common\Headers.h\PIActions.h"\
  468.     "..\..\Common\Headers.h\PIGeneral.h"\
  469.     "..\..\Common\Headers.h\PISelection.h"\
  470.     "..\..\Common\Headers.h\PITypes.h"\
  471.     "..\..\Common\Headers.h\PIUtilities.h"\
  472.     "..\..\Common\Headers.h\WinDialogUtils.h"\
  473.     "..\..\Common\Headers.h\WinUtilities.h"\
  474.     ".\Common\Selectorama.h"\
  475.     
  476. NODEP_CPP_SELECTOR=\
  477.     "..\..\Common\Headers.h\AERegistry.h"\
  478.     "..\..\Common\Headers.h\AEUserTermTypes.r"\
  479.     "..\..\Common\Headers.h\AppleEvents.r"\
  480.     "..\..\Common\Headers.h\Types.r"\
  481.     
  482.  
  483. !IF  "$(CFG)" == "Selectorama40 - Win32 Release"
  484.  
  485. # SUBTRACT CPP /YX /Yc
  486.  
  487. "$(INTDIR)\Selectorama.obj" : $(SOURCE) $(DEP_CPP_SELECTOR) "$(INTDIR)"
  488.    $(CPP) /nologo /G5 /MT /W3 /GX /O2 /I "Common" /I "..\..\Common\Headers.h"\
  489.  /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D MSWindows=1 /Fo"$(INTDIR)/" /c\
  490.  $(SOURCE)
  491.  
  492.  
  493. !ELSEIF  "$(CFG)" == "Selectorama40 - Win32 Debug"
  494.  
  495. # SUBTRACT CPP /YX /Yc
  496.  
  497. "$(INTDIR)\Selectorama.obj" : $(SOURCE) $(DEP_CPP_SELECTOR) "$(INTDIR)"
  498.    $(CPP) /nologo /G5 /MTd /W3 /Gm /GX /Zi /Od /I "Common" /I\
  499.  "..\..\Common\Headers.h" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D MSWindows=1\
  500.  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE)
  501.  
  502.  
  503. !ENDIF 
  504.  
  505. # End Source File
  506. ################################################################################
  507. # Begin Source File
  508.  
  509. SOURCE=.\Selectorama.def
  510.  
  511. !IF  "$(CFG)" == "Selectorama40 - Win32 Release"
  512.  
  513. !ELSEIF  "$(CFG)" == "Selectorama40 - Win32 Debug"
  514.  
  515. !ENDIF 
  516.  
  517. # End Source File
  518. ################################################################################
  519. # Begin Source File
  520.  
  521. SOURCE="\Adobe\Photoshop SDK\Examples\Common\Sources.c\WinUtilities.c"
  522. DEP_CPP_WINUT=\
  523.     "..\..\Common\Headers.h\DialogUtilities.h"\
  524.     "..\..\Common\Headers.h\PIAbout.h"\
  525.     "..\..\Common\Headers.h\PIActions.h"\
  526.     "..\..\Common\Headers.h\PIGeneral.h"\
  527.     "..\..\Common\Headers.h\PITypes.h"\
  528.     "..\..\Common\Headers.h\PIUtilities.h"\
  529.     "..\..\Common\Headers.h\WinDialogUtils.h"\
  530.     "..\..\Common\Headers.h\WinUtilities.h"\
  531.     
  532. NODEP_CPP_WINUT=\
  533.     "..\..\Common\Headers.h\AERegistry.h"\
  534.     "..\..\Common\Headers.h\AEUserTermTypes.r"\
  535.     "..\..\Common\Headers.h\AppleEvents.r"\
  536.     "..\..\Common\Headers.h\Types.r"\
  537.     
  538.  
  539. "$(INTDIR)\WinUtilities.obj" : $(SOURCE) $(DEP_CPP_WINUT) "$(INTDIR)"
  540.    $(CPP) $(CPP_PROJ) $(SOURCE)
  541.  
  542.  
  543. # End Source File
  544. ################################################################################
  545. # Begin Source File
  546.  
  547. SOURCE="\Adobe\Photoshop SDK\Examples\Common\Sources.c\WinDialogUtils.c"
  548. DEP_CPP_WINDI=\
  549.     "..\..\Common\Headers.h\DialogUtilities.h"\
  550.     "..\..\Common\Headers.h\PIAbout.h"\
  551.     "..\..\Common\Headers.h\PIActions.h"\
  552.     "..\..\Common\Headers.h\PIGeneral.h"\
  553.     "..\..\Common\Headers.h\PITypes.h"\
  554.     "..\..\Common\Headers.h\PIUtilities.h"\
  555.     "..\..\Common\Headers.h\WinDialogUtils.h"\
  556.     "..\..\Common\Headers.h\WinUtilities.h"\
  557.     
  558. NODEP_CPP_WINDI=\
  559.     "..\..\Common\Headers.h\AERegistry.h"\
  560.     "..\..\Common\Headers.h\AEUserTermTypes.r"\
  561.     "..\..\Common\Headers.h\AppleEvents.r"\
  562.     "..\..\Common\Headers.h\Types.r"\
  563.     
  564.  
  565. "$(INTDIR)\WinDialogUtils.obj" : $(SOURCE) $(DEP_CPP_WINDI) "$(INTDIR)"
  566.    $(CPP) $(CPP_PROJ) $(SOURCE)
  567.  
  568.  
  569. # End Source File
  570. ################################################################################
  571. # Begin Source File
  572.  
  573. SOURCE="\Adobe\Photoshop SDK\Examples\Common\Sources.c\PIUtilities.c"
  574. DEP_CPP_PIUTI=\
  575.     "..\..\Common\Headers.h\DialogUtilities.h"\
  576.     "..\..\Common\Headers.h\PIAbout.h"\
  577.     "..\..\Common\Headers.h\PIActions.h"\
  578.     "..\..\Common\Headers.h\PIGeneral.h"\
  579.     "..\..\Common\Headers.h\PITypes.h"\
  580.     "..\..\Common\Headers.h\PIUtilities.h"\
  581.     "..\..\Common\Headers.h\WinDialogUtils.h"\
  582.     "..\..\Common\Headers.h\WinUtilities.h"\
  583.     
  584. NODEP_CPP_PIUTI=\
  585.     "..\..\Common\Headers.h\AERegistry.h"\
  586.     "..\..\Common\Headers.h\AEUserTermTypes.r"\
  587.     "..\..\Common\Headers.h\AppleEvents.r"\
  588.     "..\..\Common\Headers.h\Types.r"\
  589.     
  590.  
  591. "$(INTDIR)\PIUtilities.obj" : $(SOURCE) $(DEP_CPP_PIUTI) "$(INTDIR)"
  592.    $(CPP) $(CPP_PROJ) $(SOURCE)
  593.  
  594.  
  595. # End Source File
  596. # End Target
  597. # End Project
  598. ################################################################################
  599.